home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / tmg107.zip / MAGIC.ZIP / ITEMS / 2.SCR < prev    next >
Text File  |  1997-03-10  |  532b  |  21 lines

  1. @#USE
  2.   Writeln "`3  You take a drink of the Potion of Healing and a warm fire shoots through"
  3.   Writeln "  your body.  It magically heals your wounds and completely refreshes you."
  4.   Set ^CS10 ^CS11
  5.   Return
  6. @#LASTUSE
  7.   Writeln "`9  (`%The vial is now empty`9)"
  8.   Return
  9. @#USECOMBAT
  10.   Gosub USE
  11.   Return
  12. @#IDENTIFY
  13.   Writeln "`3  The Potion of Healing will restore your Hit Points to Maximum when"
  14.   Writeln "  the potion is used."
  15.   Writeln "`9  (`%Heals all wounds`9)"
  16.   Return
  17. @#MAIN
  18.   Gosub ^VR01
  19.   Halt
  20. @#
  21.